home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 2: Gray Edwards.iso / pc / assets / gray-profile.dcr / 00022_quit button.ls < prev    next >
Encoding:
Text File  |  2001-07-21  |  149 b   |  11 lines

  1. on mouseDown
  2.   puppetSound(1, "Clicker")
  3. end
  4.  
  5. on mouseUp
  6.   play movie "Gray-Quit"
  7.   sprite(21).visible = 0
  8.   sprite(22).visible = 0
  9.   cursor(-1)
  10. end
  11.